Wrote more integration tests for cargo compile
authorYehuda Katz <wycats@gmail.com>
Tue, 13 May 2014 00:33:13 +0000 (17:33 -0700)
committerYehuda Katz <wycats@gmail.com>
Tue, 13 May 2014 00:33:13 +0000 (17:33 -0700)
commit21322f07b4ca2fea12dbeacd8122f292f768ab99
treee98b7569a5e9e235d3aeab1ed8804e70f64e10d3
parent0f0158729ebe6c947482dd6a1bb7fce1d1ca5c98
Wrote more integration tests for cargo compile

At the moment, the rustc exec for the root project inherits the stdout
and stderr FDs (so that warnings and errors flow through), but
output from dependencies is only emitted if the compilation fails to
avoid warning noise from dependencies.
src/bin/cargo-compile.rs
src/cargo/core/package.rs
src/cargo/mod.rs
src/cargo/ops/cargo_compile.rs
src/cargo/ops/cargo_rustc.rs
src/cargo/util/mod.rs
src/cargo/util/process_builder.rs
src/cargo/util/result.rs
tests/support.rs
tests/test_cargo_compile.rs